home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / biz / dbase / db3_4src.lha / db3.4 / Pointers.h < prev    next >
C/C++ Source or Header  |  1995-12-03  |  235b  |  8 lines

  1.  
  2. #include <intuition/intuition.h>
  3.  
  4. enum PointerType { NormalPointer, LRPointer, UDPointer, MovePointer };
  5.  
  6. /* our function prototypes */
  7. void ChangePointer(struct Window *win, char pointertype);
  8. void RestorePointer(struct Window *win);